nav .navbar .links li:first-child a {
    color: #000000d4;
}

nav .navbar .links li:nth-child(2) a{
    color: #730f4d;
}


.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.jpg);
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    /* padding-top: 380px; */
    color: white;
    font-size: 40px;
    /* margin-top: -120px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.sec1a .png {
    width: 100px;
    position: absolute;
    left: 0;
    z-index: 30;
    opacity: 0.5;
    margin-top: 300px;
    height: fit-content;
    border-radius: 0;
}



.sec1a h1 {
    font-size: 85px;
    color: #23463e;
    font-weight: 800;
    margin-top: 300px;
    margin-left: 10%;
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.sec1a .tx {
    width: 45%;
}

.sec1a .tx ul {
    width: 100%;
    display: flex;
    margin-left: 25%;
}

.sec1a .tx ul li {
    text-decoration: none;
    color: black;
    font-size: 20px;
    list-style: none;
    width: fit-content;
    margin: 0 5px;
}

.sec1a .tx ul li span {
    margin-left: 5px;
}

.sec1a .tx ul a:hover {
    text-decoration: none;
}

.sec1a .tx ul .li2 li {
    color: #730f4d;
}

.sec1a img {
    width: 54%;
    border-radius: 0 0 30% 80%;
    height: 550px;
    margin-right: -100px;
    margin-top: -30px;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


.more-sec {
    max-width: 1800px;
    margin: auto;
    padding: 0 4%;
    margin-bottom: 100px;
    margin-top: -180px;

}

.more-sec p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.765);
    text-align: justify;
}

@media screen and (max-width: 900px) {

    .sec1a {
        /* background-size: 150% 100%; */
        height: 450px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner\ -\ Copy.jpg);
        background-position: center;
        background-size: 100% 200%;
        flex-wrap: wrap-reverse;
        position: relative;
    }
    .sec1a .tx {
        width: 100%;
    }    

    .sec1a h1 {
        font-size: 35px;
        margin-top: 20px;
        margin-left: 0%;
    }

    .sec1a .png {
        margin-top: 200px;
        width: 80px;
        top: 0;
    }
    
    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;   
        margin-right: -200px;

    }

    .more-sec{
        margin-top: -120px;
    }
    .more-sec p {
        font-size: 14px;
    }

}